Type Definition freetype::error::FtResult

source ·
pub type FtResult<T> = Result<T, Error>;