UnwrapMsOutput

Trait UnwrapMsOutput 

Source
pub trait UnwrapMsOutput {
    // Required methods
    fn unwrap_str(self) -> String;
    fn unwrap_number(self) -> i64;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<E> UnwrapMsOutput for Result<MsOutput, E>

Implementors§