Trait sakaagari::Key[][src]

pub trait Key: Sized {
    type Codec: Codec<Self>;
    fn to_path(&self) -> Cow<'_, Path>;
fn from_path(path: &Path) -> Option<Self>; }

Associated Types

type Codec: Codec<Self>[src]

Loading content...

Required methods

fn to_path(&self) -> Cow<'_, Path>[src]

fn from_path(path: &Path) -> Option<Self>[src]

Loading content...

Implementors

Loading content...