Trait CapeArrayByteProviderIn

Source
pub trait CapeArrayByteProviderIn {
    // Required method
    fn as_cape_array_byte_in(&self) -> ICapeArrayByte;
}
Expand description

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

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

Required Methods§

Source

fn as_cape_array_byte_in(&self) -> ICapeArrayByte

Convert to ICapeArrayByte

Implementors§