[][src]Trait actix_settings::Parse

pub trait Parse: Sized {
    fn parse(string: &str) -> Result<Self, AtError>;
}

Required methods

fn parse(string: &str) -> Result<Self, AtError>

Loading content...

Implementations on Foreign Types

impl Parse for bool[src]

impl Parse for i8[src]

impl Parse for i16[src]

impl Parse for i32[src]

impl Parse for i64[src]

impl Parse for i128[src]

impl Parse for u8[src]

impl Parse for u16[src]

impl Parse for u32[src]

impl Parse for u64[src]

impl Parse for u128[src]

impl Parse for String[src]

impl Parse for PathBuf[src]

impl Parse for Vec<Address>[src]

Loading content...

Implementors

impl Parse for Backlog[src]

impl Parse for KeepAlive[src]

impl Parse for MaxConnectionRate[src]

impl Parse for MaxConnections[src]

impl Parse for Mode[src]

impl Parse for NumWorkers[src]

impl Parse for Timeout[src]

impl Parse for Address[src]

Loading content...