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

type Result<T> = StdResult<T, Error>;

Result type alias defaulting the error to quoted_string::error::Error