[][src]Function cosmwasm_storage::prefixed

pub fn prefixed<'a, S>(
    storage: &'a mut S,
    namespace: &[u8]
) -> PrefixedStorage<'a, S> where
    S: Storage

An alias of PrefixedStorage::new for less verbose usage