Trait eso::eso::req::MTake[][src]

pub trait MTake<T>: MTake<T> { }
Expand description

A Maybe whose inner value is Take

Implementors

impl<T, MX> MTake<T> for MX where
    MX: Maybe,
    MX::Inner: Take<T>, 
[src]