Trait near_primitives::serialize::BaseDecode[][src]

pub trait BaseDecode: for<'a> TryFrom<&'a [u8], Error = Box<dyn Error + 'static, Global>> {
    pub fn from_base(s: &str) -> Result<Self, Box<dyn Error + 'static, Global>> { ... }
}

Provided methods

pub fn from_base(s: &str) -> Result<Self, Box<dyn Error + 'static, Global>>[src]

Loading content...

Implementors

Loading content...