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