pub struct LoraE5Digester {}
Implementations§
Source§impl LoraE5Digester
impl LoraE5Digester
pub fn custom_error(buf: &[u8]) -> Result<(&[u8], usize), ParseError>
pub fn custom_success(buf: &[u8]) -> Result<(&[u8], usize), ParseError>
Trait Implementations§
Source§impl Default for LoraE5Digester
impl Default for LoraE5Digester
Source§fn default() -> LoraE5Digester
fn default() -> LoraE5Digester
Returns the “default value” for a type. Read more
Source§impl Digester for LoraE5Digester
impl Digester for LoraE5Digester
Auto Trait Implementations§
impl Freeze for LoraE5Digester
impl RefUnwindSafe for LoraE5Digester
impl Send for LoraE5Digester
impl Sync for LoraE5Digester
impl Unpin for LoraE5Digester
impl UnwindSafe for LoraE5Digester
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