Struct cardano_serialization_lib::typed_bytes::ByteArray [−][src]
pub struct ByteArray<T: ?Sized> { /* fields omitted */ }
Expand description
A typed Array of bytes
Implementations
Trait Implementations
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for ByteArray<T> where
T: RefUnwindSafe,
impl<T: ?Sized> UnwindSafe for ByteArray<T> where
T: UnwindSafe,
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