pub trait FromUnshared<Unshared> {
// Required method
fn from_unshared(value: Unshared) -> Self;
}
Expand description
Like the From trait, but for converting to a shared type.
See the module docs for information about shared types.
Creates a shared type from an unshared type.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.
source§Available on crate feature client only.