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