Type Definition codespawn::error::Result [] [src]

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

Result type used throughout the crate.