[][src]Function uao_rs::decode

pub fn decode<'a, T>(b: &'a T) -> String where
    &'a T: IntoIterator<Item = &'a u8>,
    T: ?Sized