Home
last modified time | relevance | path

Searched refs:TryClone (Results 1 – 4 of 4) sorted by relevance

/trusty/user/base/lib/trusty-std/src/
Dclone_ext.rs26 pub trait TryClone: Sized { interface
46 impl<T: Clone, A: Allocator + Clone> TryClone for Box<T, A> {
128 impl<T: Clone, A: Allocator + Clone> TryClone for Box<[T], A> {
Dlib.rs51 pub use clone_ext::TryClone;
/trusty/user/base/lib/trusty-std/src/ffi/
Dc_str.rs40 use crate::TryClone;
165 impl TryClone for CString {
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs24 use trusty_std::TryClone;
123 impl TryClone for PortCfg {