Function att

Source
pub fn att<T, U>(key: T, val: U) -> Option<(KString, KString)>
where KString: MyFrom<T> + MyFrom<U>,