Home
last modified time | relevance | path

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

/trusty/user/base/lib/trusty-std/src/
Dclone_ext.rs43 fn try_clone(&self) -> Result<Self, Self::Error>; in try_clone() method
50 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
132 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
/trusty/user/base/lib/trusty-std/src/ffi/
Dc_str.rs168 fn try_clone(&self) -> Result<Self, Self::Error> { in try_clone() method
/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs125 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method
179 fn try_clone(&self) -> Result<Self, HwCryptoError> { in try_clone() method
/trusty/user/base/lib/tipc/rust/src/
Dhandle.rs96 pub fn try_clone(&self) -> crate::Result<Self> { in try_clone() method
Dservice.rs126 fn try_clone(&self) -> core::result::Result<Self, Self::Error> { in try_clone() method