[][src]Trait frank_jwt::ToKey

pub trait ToKey {
    fn to_key(&self) -> Result<Vec<u8>, Error>;
}

Required methods

fn to_key(&self) -> Result<Vec<u8>, Error>

Loading content...

Implementations on Foreign Types

impl ToKey for PathBuf[src]

impl ToKey for String[src]

impl<'_> ToKey for &'_ str[src]

impl ToKey for Vec<u8>[src]

Loading content...

Implementors

Loading content...