Trait otter_api_tests::ResultTEExt[][src]

pub trait ResultTEExt<T, E> {
    fn just_warn(self) -> Option<T>
    where
        E: Display
; }

Required methods

Implementors