pub trait AsKey {
    fn as_key(&self) -> Key;
}

Required methods

Implementations on Foreign Types

Implementors