Searched defs:from_raw (Results 1 – 2 of 2) sorted by relevance
108 pub fn from_raw(fd: i32) -> crate::Result<Self> { in from_raw() method
153 fn from_raw(raw_context: &[u8]) -> Result<Self, Error> { in from_raw() method