Trait CapeArrayStringProviderIn

Source
pub trait CapeArrayStringProviderIn {
    // Required method
    fn as_cape_array_string_in(&self) -> ICapeArrayString;
}
Expand description

Any object that implements this trait can be converted to an ICapeArrayString input argument

This trait is implemented by any object that can be passed as an ICapeArrayString input argument

Required Methods§

Source

fn as_cape_array_string_in(&self) -> ICapeArrayString

Convert to ICapeArrayString

Implementors§