pub trait ShortString {
    // Required method
    fn short_string(&self) -> Result<String, ErrorInfo>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ShortString for String

Implementors§