pub struct Helpers;
Implementations§
Source§impl Helpers
impl Helpers
pub fn base64_encode(data: &[u8]) -> String
pub fn base64_decode(data: &str) -> Result<Vec<u8>, DecodeError>
Auto Trait Implementations§
impl Freeze for Helpers
impl RefUnwindSafe for Helpers
impl Send for Helpers
impl Sync for Helpers
impl Unpin for Helpers
impl UnwindSafe for Helpers
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