Trait rust_ad_core::traits::UnwrapLit[][src]

pub trait UnwrapLit {
    fn float(&self) -> Result<&'_ LitFloat, &'static str>;
}

Required methods

Implementations on Foreign Types

Implementors