[][src]Trait xio_base_datatypes::IsInStorageType

pub trait IsInStorageType<T> {
    fn is_in_storage(&self, t: &T) -> bool;
}

Required methods

fn is_in_storage(&self, t: &T) -> bool

Loading content...

Implementors

impl<B> IsInStorageType<StorageTypeWithMixed> for B where
    B: HasStorageType
[src]

Loading content...