Function cw_storage_plus::range_with_prefix[][src]

pub fn range_with_prefix<'a>(
    storage: &'a dyn Storage,
    namespace: &[u8],
    start: Option<Bound>,
    end: Option<Bound>,
    order: Order
) -> Box<dyn Iterator<Item = Pair> + 'a>