Trait CapeStringProviderOut

Source
pub trait CapeStringProviderOut {
    // Required method
    fn as_cape_string_out(&mut self) -> ICapeString;
}
Expand description

Any object that implements this trait can be converted to an ICapeString output argument

This trait is implemented by any object that can be passed as an ICapeString output argument

Required Methods§

Source

fn as_cape_string_out(&mut self) -> ICapeString

Convert to ICapeString

Implementors§