type From<'a> = Option<Key<'a>>;
enum From<'a> { None, Some(&'a [u8]), }
No value.
Some value of type T.
T