[][src]Function cosmwasm_storage::prefixed

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