Trait fxfs_crypt::log::AsValue

source ·
pub trait AsValue<'a> {
    type ValueType;

    // Required method
    fn as_value(&'a self) -> Self::ValueType;
}

Required Associated Types§

Required Methods§

source

fn as_value(&'a self) -> Self::ValueType

Implementations on Foreign Types§

source§

impl<'a> AsValue<'a> for Error

§

type ValueType = &'a (dyn Error + 'static)

source§

fn as_value(&'a self) -> Self::ValueType

source§

impl<'a> AsValue<'a> for Error

§

type ValueType = &'a (dyn Error + 'static)

source§

fn as_value(&'a self) -> Self::ValueType

Implementors§