[][src]Type Definition dsmr5::Result

type Result<T> = Result<T, Error>;

Trait Implementations

impl<'a, '_> From<&'_ Telegram<'a>> for Result<State>[src]