[−][src]Type Definition i3status_rs::errors::Result
type Result<T> = Result<T, Error>;
Result type returned from functions that can have our Error
s.
type Result<T> = Result<T, Error>;
Result type returned from functions that can have our Error
s.