pub trait Extractor<T> { // Required method fn inner(&self) -> &T; }
Extractor
Inner
Get inner value.