[][src]Trait type_freak::maybe::Maybe

pub trait Maybe { }

A trait analogous to Option.

Implementors

impl Maybe for Nothing[src]

impl<T> Maybe for Just<T>[src]

Loading content...