RSTSRResultAPI

Trait RSTSRResultAPI 

Source
pub trait RSTSRResultAPI<T> {
    // Required method
    fn rstsr_unwrap(self) -> T;
}

Required Methods§

Source

fn rstsr_unwrap(self) -> T

Implementations on Foreign Types§

Source§

impl<T> RSTSRResultAPI<T> for Result<T, Error>

Source§

fn rstsr_unwrap(self) -> T

Implementors§