fn app_name()

in shenyu-client-rust/src/lib.rs [91:99]


    fn app_name(&self) -> &str;

    /// Get uri infos.
    fn uri_infos(&self) -> &Vec<UriInfo>;
}

#[allow(missing_docs)]
#[cfg(feature = "axum")]
pub mod axum_impl {