Trait rustpython_format::FromTemplate
source · pub trait FromTemplate<'a>: Sized {
type Err;
// Required method
fn from_str(s: &'a str) -> Result<Self, Self::Err>;
}
pub trait FromTemplate<'a>: Sized {
type Err;
// Required method
fn from_str(s: &'a str) -> Result<Self, Self::Err>;
}