Searched defs:try_new (Results 1 – 5 of 5) sorted by relevance
437 pub(crate) fn try_new() -> Result<Self> { in try_new() method473 pub(crate) fn try_new(len: usize) -> Result<Self> { in try_new() method
276 pub(crate) fn try_new(capacity: usize) -> Result<Self> { in try_new() method
569 fn try_new(i2c_adapter: &I2cAdapter, i2c_board_info: &I2cBoardInfo) -> Result<Self> { in try_new() method
189 /// let mask64 = DmaMask::try_new(64)?; in try_new() method
337 pub fn try_new(value: T) -> Option<Self> { in try_new() function