pub trait FromMaskChunk<T> {
fn from_chunk(v: T) -> Self;
}Expand description
Describes the ability to convert itself from a BitChunk.
Required methods
fn from_chunk(v: T) -> Self
fn from_chunk(v: T) -> Self
Convert itself from a slice.
pub trait FromMaskChunk<T> {
fn from_chunk(v: T) -> Self;
}Describes the ability to convert itself from a BitChunk.
Convert itself from a slice.