Trait rustpython_format::FromTemplate
source · pub trait FromTemplate<'a>: Sized {
type Err;
// Required method
fn from_str(s: &'a str) -> Result<Self, Self::Err>;
}
Required Associated Types§
Required Methods§
Object Safety§
This trait is not object safe.