pub trait ConfigIntContext<I> {
// Required methods
fn to_port(self) -> Result<I, ConfigError>;
fn to_interval(self) -> Result<I, ConfigError>;
}pub trait ConfigIntContext<I> {
// Required methods
fn to_port(self) -> Result<I, ConfigError>;
fn to_interval(self) -> Result<I, ConfigError>;
}