Home
last modified time | relevance | path

Searched defs:Out (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/rust/qemu-api/src/
H A Derrno.rs111 type Out; typedef
114 fn into_errno_result(self) -> Result<Self::Out, Errno>; in into_errno_result()
122 type Out: From<u16> + std::ops::Neg<Output = Self::Out>; typedef
125 fn map_ok(self) -> Self::Out; in map_ok()
164 type Out = i32; typedef
199 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()