Struct aster::item::ItemFnBuilder
[−]
[src]
pub struct ItemFnBuilder<F> { // some fields omitted }
pub struct ItemFnBuilder<F> { // some fields omitted }
impl<F> ItemFnBuilder<F> where F: Invoke<P<Item>>
fn unsafe_(self) -> Self
fn abi(self, abi: Abi) -> Self
fn generics(self) -> GenericsBuilder<Self>
fn build(self, block: P<Block>) -> F::Result
fn block(self) -> BlockBuilder<Self>
impl<F> Invoke<Generics> for ItemFnBuilder<F> where F: Invoke<P<Item>>
impl<F> Invoke<P<Block>> for ItemFnBuilder<F> where F: Invoke<P<Item>>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)