[][src]Function frame_support::storage::child::get

pub fn get<T: Decode + Sized>(
    storage_key: &[u8],
    child_info: ChildInfo,
    key: &[u8]
) -> Option<T>

Return the value of the item in storage under key, or None if there is no explicit entry.