Trait fxfs_crypt::log::AsValue
source · pub trait AsValue<'a> {
type ValueType;
// Required method
fn as_value(&'a self) -> Self::ValueType;
}
pub trait AsValue<'a> {
type ValueType;
// Required method
fn as_value(&'a self) -> Self::ValueType;
}