pub trait MethodType {
// Required method
fn method_id() -> Cow<'static, str>
where Self: Sized;
}Expand description
A trait that identifies a method on type level
pub trait MethodType {
// Required method
fn method_id() -> Cow<'static, str>
where Self: Sized;
}A trait that identifies a method on type level