Type Alias RocketOrbit

Source
pub type RocketOrbit = Rocket<Orbit>;

Aliased Type§

pub struct RocketOrbit(/* private fields */);

Trait Implementations§

Source§

impl TemplateToContent for RocketOrbit

Source§

fn template_to_content<S: Into<Cow<'static, str>>, C: Serialize>( &self, name: S, context: C, ) -> Result<Arc<str>, String>