MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / expand

Method expand

sea-orm-macros/src/derives/active_enum.rs:196–200  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

194 }
195
196 fn expand(&self) -> syn::Result<TokenStream> {
197 let expanded_impl_active_enum = self.impl_active_enum();
198
199 Ok(expanded_impl_active_enum)
200 }
201
202 fn impl_active_enum(&self) -> TokenStream {
203 let Self {

Callers 1

Calls 1

impl_active_enumMethod · 0.45

Tested by

no test coverage detected