Struct argle::Required[][src]

pub struct Required<P> { /* fields omitted */ }

Trait Implementations

impl<P, T> Param for Required<P> where
    P: Param<Item = Option<T>>, 
[src]

Auto Trait Implementations

impl<P> Send for Required<P> where
    P: Send

impl<P> Sync for Required<P> where
    P: Sync