pub type Result<T> = Result<T, TokenStream>;Expand description
Result type, which return a token stream with the error
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(TokenStream),
}pub type Result<T> = Result<T, TokenStream>;Result type, which return a token stream with the error
pub enum Result<T> {
Ok(T),
Err(TokenStream),
}