Trait actix_settings::Parse
source · pub trait Parse: Sized {
// Required method
fn parse(string: &str) -> Result<Self, Error>;
}
Expand description
A specialized FromStr
trait that returns Error
errors
Required Methods§
Object Safety§
This trait is not object safe.