Trait must::lazy::LazyMatcher [] [src]

pub trait LazyMatcher: Sized {
    type Ret;
    fn test(self) -> Result<Self::Ret, Error>;
}

Matcher holds 'got'

Associated Types

Return type.

Required Methods

Called only once.

Implementors