Type Definition simply_fuse::error::FSResult[][src]

pub type FSResult<T, E = FSError> = Result<T, E>;