Trait rust_ad_core::traits::UnwrapFnArg[][src]

pub trait UnwrapFnArg {
    fn typed(&self) -> Result<&'_ PatType, &'static str>;
}

Required methods

Implementations on Foreign Types

Implementors