Searched defs:Out (Results 1 – 1 of 1) sorted by relevance
111 type Out; typedef114 fn into_errno_result(self) -> Result<Self::Out, Errno>; in into_errno_result()122 type Out: From<u16> + std::ops::Neg<Output = Self::Out>; typedef125 fn map_ok(self) -> Self::Out; in map_ok()164 type Out = i32; typedef199 pub fn into_io_result<T: GetErrno>(value: T) -> io::Result<T::Out> { in into_io_result()232 pub fn into_neg_errno<T: MergeErrno, E: Into<Errno>>(value: Result<T, E>) -> T::Out { in into_neg_errno()