Type Definition secret_service::Result [] [src]

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

Result type often returned from methods that have SsError. Fns in this library return ::Result when using this alias.