Struct cardano_serialization_lib::chain_crypto::algorithms::ed25519::Pub [−][src]
pub struct Pub(_);
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Pub
impl UnwindSafe for Pub
Blanket Implementations
Calculate the base32 serialized length
Mutably borrows from an owned value. Read more
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
Encode as base32 and write it to the supplied writer Implementations shouldn’t allocate. Read more