Trait IntoSymbol

Source
pub trait IntoSymbol<T> {
    type Error;

    // Required method
    fn into_symbol(self) -> Result<T, Error>;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoSymbol<Option<u64>> for Result<SymbolDescriptor, Error>

Source§

impl IntoSymbol<u64> for Result<SymbolDescriptor, Error>

Implementors§