pub trait CapeArrayStringProviderOut {
// Required method
fn as_cape_array_string_out(&mut self) -> ICapeArrayString;
}Expand description
Any object that implements this trait can be converted to an ICapeArrayString output argument
This trait is implemented by any object that can be passed as an ICapeArrayString output argument
Required Methods§
Sourcefn as_cape_array_string_out(&mut self) -> ICapeArrayString
fn as_cape_array_string_out(&mut self) -> ICapeArrayString
Convert to ICapeArrayString