pub struct Common;Expand description
The canonical hub representation. Every cross-harness conversion routes
through Transcript<Common>.
Trait Implementations§
Source§impl Codec for Common
impl Codec for Common
Source§fn to_common(transcript: &Transcript<Common>) -> Result<Transcript<Common>>
fn to_common(transcript: &Transcript<Common>) -> Result<Transcript<Common>>
Errors Read more
Source§fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Common>>
fn from_common(transcript: &Transcript<Common>) -> Result<Transcript<Common>>
Errors Read more
impl Copy for Common
impl Eq for Common
impl StructuralPartialEq for Common
Auto Trait Implementations§
impl Freeze for Common
impl RefUnwindSafe for Common
impl Send for Common
impl Sync for Common
impl Unpin for Common
impl UnsafeUnpin for Common
impl UnwindSafe for Common
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more