SkiaResult

Type Alias SkiaResult 

Source
pub(crate) type SkiaResult = Option<()>;
Expand description

XXX this is not result, so must_use when needed.

Aliased Type§

pub(crate) enum SkiaResult {
    None,
    Some(()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(())

Some value of type T.