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