pub trait Only<T> {
    fn only(&self) -> Result<&T>;
}

Required Methods

Implementations on Foreign Types

Implementors