chromium/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.1/src/result.rs

use crate::error::FendError;

pub(crate) type FResult<T> = Result<T, FendError>;